type crypto/internal/fips140/nistec.p256AffineTable

4 uses

	crypto/internal/fips140/nistec (current package)
		p256_asm.go#L320: type p256AffineTable [32]p256AffinePoint
		p256_asm.go#L329: var p256Precomputed *[43]p256AffineTable
		p256_asm.go#L340: 	p256Precomputed = (*[43]p256AffineTable)(p256PrecomputedPtr)
		p256_asm.go#L347: func p256SelectAffine(res *p256AffinePoint, table *p256AffineTable, idx int)